chore(deps): update dependency coverlet.collector to v10#5600
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This is a Renovate-generated dependency update bumping coverlet.collector from 8.0.1 → 10.0.0 (major version bump).
Change: Single line in Directory.Packages.props — clean and correct.
Notable improvements in v10.0.0 relevant to TUnit:
- MTP bug fix — "Fix [BUG] Missing Coverage after moving to MTP" (#1843) is directly relevant since TUnit uses
Microsoft.Testing.Platform, not VSTest. This fix likely improves coverage accuracy for TUnit-based test runs. - .NET 10 support — Aligns with TUnit's
net10.0multi-target. - Unique report filenames — Useful for parallel test runs producing multiple coverage reports.
- IAsyncEnumerable branch rate fix — TUnit's async-heavy test patterns may benefit from more accurate branch coverage.
No concerns
The change is isolated to a dev/test tooling dependency with no impact on TUnit's runtime behavior or public API. The version skip from 8 → 10 (no v9 release) is expected per the coverlet changelog.
LGTM. The update is well-timed given TUnit's .NET 10 targeting and MTP-first architecture.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
This was referenced Apr 17, 2026
This was referenced Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.1→10.0.0Release Notes
coverlet-coverage/coverlet (coverlet.collector)
v10.0.0Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.